From: Chong Yidong Date: Sat, 19 Sep 2009 19:54:36 +0000 (+0000) Subject: * subr.el (baud-rate): Remove long-obsolete function (Bug#4372). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10390 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4210f7242ac376eff498fa6ee34e77a39d5641b6;p=emacs.git * subr.el (baud-rate): Remove long-obsolete function (Bug#4372). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2a949595ef7..72d309fd0ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-09-19 Chong Yidong + * subr.el (baud-rate): Remove long-obsolete function (Bug#4372). + * time-stamp.el (time-stamp-month-dd-yyyy) (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy) (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd) diff --git a/lisp/subr.el b/lisp/subr.el index e8d7072081e..ac8743e683e 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1072,12 +1072,6 @@ is converted into a string by expressing it in decimal." (defun makehash (&optional test) (make-hash-table :test (or test 'eql))) (make-obsolete 'makehash 'make-hash-table "22.1") -;; Some programs still use this as a function. -(defun baud-rate () - "Return the value of the `baud-rate' variable." - baud-rate) -(make-obsolete 'baud-rate "use the `baud-rate' variable instead." "before 19.15") - ;; These are used by VM and some old programs (defalias 'focus-frame 'ignore "") (make-obsolete 'focus-frame "it does nothing." "22.1")